home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2008 February / PCWFEB08.iso / Software / Resources / Utilities / Partition Logic 0.68 / partlogic-0.68.iso / programs / helpfiles / format.txt < prev    next >
Encoding:
Text File  |  2007-05-10  |  1.7 KB  |  45 lines

  1.  
  2.  -- format --
  3.  
  4. This command will create a new, empty filesystem.
  5.  
  6. Usage:
  7.   format [-l] [-s] [-t type] [-T] [disk_name]
  8.  
  9. The 'format' program is interactive, and operates in both text and graphics
  10. mode.  The -l option forces a 'long' format (if supported), which clears the
  11. entire data area of the filesystem.  The -s option forces 'silent' mode
  12. (i.e. no unnecessary output or status messages are printed/displayed).  The
  13. -T option forces format to operate in text-only mode.  
  14.  
  15. The -t option is the desired filesystem type.  Currently the default type,
  16. if none is specified, is FAT.  The names of supported filesystem types are
  17. dependent upon the names allowed by particular filesystem drivers.  For
  18. example, the FAT filesystem driver will accept the generic type name 'fat',
  19. in which case it will then choose the most appropriate FAT subtype for the
  20. size of the disk.  Otherwise it will accept the explicit subtypes 'fat12',
  21. 'fat16' or 'fat32'.  Other filesystem types can be expected to exhibit the
  22. same sorts of behaviour as they are developed.
  23.  
  24. Some currently-supported arguments to the -t option are:
  25.  
  26.   none        : Erases all known filesystem types
  27.   fat         : DOS/Windows FAT
  28.     fat12     : 12-bit FAT
  29.     fat16     : 16-bit FAT
  30.     fat32     : 32-bit FAT, or VFAT
  31.   ext         : Linux EXT
  32.     ext2      : Linux EXT2 (EXT3 not yet supported)
  33.   linux-swap  : Linux swap
  34.  
  35. The third (optional) parameter is the name of a (logical) disk to format
  36. (use the 'disks' command to list the disks).  A format can only proceed if
  37. the driver for the requested filesystem type supports this functionality.
  38.  
  39. Options:
  40. -l         : Long format
  41. -s         : Silent mode
  42. -t <type>  : Format as this filesystem type.
  43. -T         : Force text mode operation
  44.  
  45.